ComponentOne Bitmap for UWP
LoadAsync(StorageFile,BaseTransform[]) Method

C1.UWP.Bitmap Assembly > C1.Xaml.Bitmap Namespace > C1Bitmap Class > LoadAsync Method : LoadAsync(StorageFile,BaseTransform[]) Method
The input StorageFile.
The transformation chain for the image that is being loaded.
Loads the image from a StorageFile.
Syntax
'Declaration
 
Public Overloads Function LoadAsync( _
   ByVal storageFile As Windows.Storage.StorageFile, _
   ByVal ParamArray transforms() As BaseTransform _
) As System.Threading.Tasks.Task
public System.Threading.Tasks.Task LoadAsync( 
   Windows.Storage.StorageFile storageFile,
   params BaseTransform[] transforms
)

Parameters

storageFile
The input StorageFile.
transforms
The transformation chain for the image that is being loaded.
See Also

Reference

C1Bitmap Class
C1Bitmap Members
Overload List